3.301 \(\int \frac{(a+b x^3)^8}{x^{28}} \, dx\)

Optimal. Leaf size=19 \[ -\frac{\left (a+b x^3\right )^9}{27 a x^{27}} \]

[Out]

-(a + b*x^3)^9/(27*a*x^27)

________________________________________________________________________________________

Rubi [A]  time = 0.0031577, antiderivative size = 19, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.077, Rules used = {264} \[ -\frac{\left (a+b x^3\right )^9}{27 a x^{27}} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*x^3)^8/x^28,x]

[Out]

-(a + b*x^3)^9/(27*a*x^27)

Rule 264

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[((c*x)^(m + 1)*(a + b*x^n)^(p + 1))/(a
*c*(m + 1)), x] /; FreeQ[{a, b, c, m, n, p}, x] && EqQ[(m + 1)/n + p + 1, 0] && NeQ[m, -1]

Rubi steps

\begin{align*} \int \frac{\left (a+b x^3\right )^8}{x^{28}} \, dx &=-\frac{\left (a+b x^3\right )^9}{27 a x^{27}}\\ \end{align*}

Mathematica [B]  time = 0.0089862, size = 108, normalized size = 5.68 \[ -\frac{4 a^6 b^2}{3 x^{21}}-\frac{28 a^5 b^3}{9 x^{18}}-\frac{14 a^4 b^4}{3 x^{15}}-\frac{14 a^3 b^5}{3 x^{12}}-\frac{28 a^2 b^6}{9 x^9}-\frac{a^7 b}{3 x^{24}}-\frac{a^8}{27 x^{27}}-\frac{4 a b^7}{3 x^6}-\frac{b^8}{3 x^3} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x^3)^8/x^28,x]

[Out]

-a^8/(27*x^27) - (a^7*b)/(3*x^24) - (4*a^6*b^2)/(3*x^21) - (28*a^5*b^3)/(9*x^18) - (14*a^4*b^4)/(3*x^15) - (14
*a^3*b^5)/(3*x^12) - (28*a^2*b^6)/(9*x^9) - (4*a*b^7)/(3*x^6) - b^8/(3*x^3)

________________________________________________________________________________________

Maple [B]  time = 0.007, size = 91, normalized size = 4.8 \begin{align*} -{\frac{{b}^{8}}{3\,{x}^{3}}}-{\frac{4\,{a}^{6}{b}^{2}}{3\,{x}^{21}}}-{\frac{14\,{a}^{4}{b}^{4}}{3\,{x}^{15}}}-{\frac{14\,{a}^{3}{b}^{5}}{3\,{x}^{12}}}-{\frac{28\,{a}^{5}{b}^{3}}{9\,{x}^{18}}}-{\frac{{a}^{7}b}{3\,{x}^{24}}}-{\frac{4\,a{b}^{7}}{3\,{x}^{6}}}-{\frac{{a}^{8}}{27\,{x}^{27}}}-{\frac{28\,{a}^{2}{b}^{6}}{9\,{x}^{9}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x^3+a)^8/x^28,x)

[Out]

-1/3*b^8/x^3-4/3*a^6*b^2/x^21-14/3*a^4*b^4/x^15-14/3*a^3*b^5/x^12-28/9*a^5*b^3/x^18-1/3*a^7*b/x^24-4/3*a*b^7/x
^6-1/27*a^8/x^27-28/9*a^2*b^6/x^9

________________________________________________________________________________________

Maxima [B]  time = 0.981191, size = 122, normalized size = 6.42 \begin{align*} -\frac{9 \, b^{8} x^{24} + 36 \, a b^{7} x^{21} + 84 \, a^{2} b^{6} x^{18} + 126 \, a^{3} b^{5} x^{15} + 126 \, a^{4} b^{4} x^{12} + 84 \, a^{5} b^{3} x^{9} + 36 \, a^{6} b^{2} x^{6} + 9 \, a^{7} b x^{3} + a^{8}}{27 \, x^{27}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^3+a)^8/x^28,x, algorithm="maxima")

[Out]

-1/27*(9*b^8*x^24 + 36*a*b^7*x^21 + 84*a^2*b^6*x^18 + 126*a^3*b^5*x^15 + 126*a^4*b^4*x^12 + 84*a^5*b^3*x^9 + 3
6*a^6*b^2*x^6 + 9*a^7*b*x^3 + a^8)/x^27

________________________________________________________________________________________

Fricas [B]  time = 1.62545, size = 204, normalized size = 10.74 \begin{align*} -\frac{9 \, b^{8} x^{24} + 36 \, a b^{7} x^{21} + 84 \, a^{2} b^{6} x^{18} + 126 \, a^{3} b^{5} x^{15} + 126 \, a^{4} b^{4} x^{12} + 84 \, a^{5} b^{3} x^{9} + 36 \, a^{6} b^{2} x^{6} + 9 \, a^{7} b x^{3} + a^{8}}{27 \, x^{27}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^3+a)^8/x^28,x, algorithm="fricas")

[Out]

-1/27*(9*b^8*x^24 + 36*a*b^7*x^21 + 84*a^2*b^6*x^18 + 126*a^3*b^5*x^15 + 126*a^4*b^4*x^12 + 84*a^5*b^3*x^9 + 3
6*a^6*b^2*x^6 + 9*a^7*b*x^3 + a^8)/x^27

________________________________________________________________________________________

Sympy [B]  time = 1.48364, size = 97, normalized size = 5.11 \begin{align*} - \frac{a^{8} + 9 a^{7} b x^{3} + 36 a^{6} b^{2} x^{6} + 84 a^{5} b^{3} x^{9} + 126 a^{4} b^{4} x^{12} + 126 a^{3} b^{5} x^{15} + 84 a^{2} b^{6} x^{18} + 36 a b^{7} x^{21} + 9 b^{8} x^{24}}{27 x^{27}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x**3+a)**8/x**28,x)

[Out]

-(a**8 + 9*a**7*b*x**3 + 36*a**6*b**2*x**6 + 84*a**5*b**3*x**9 + 126*a**4*b**4*x**12 + 126*a**3*b**5*x**15 + 8
4*a**2*b**6*x**18 + 36*a*b**7*x**21 + 9*b**8*x**24)/(27*x**27)

________________________________________________________________________________________

Giac [B]  time = 1.11263, size = 122, normalized size = 6.42 \begin{align*} -\frac{9 \, b^{8} x^{24} + 36 \, a b^{7} x^{21} + 84 \, a^{2} b^{6} x^{18} + 126 \, a^{3} b^{5} x^{15} + 126 \, a^{4} b^{4} x^{12} + 84 \, a^{5} b^{3} x^{9} + 36 \, a^{6} b^{2} x^{6} + 9 \, a^{7} b x^{3} + a^{8}}{27 \, x^{27}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^3+a)^8/x^28,x, algorithm="giac")

[Out]

-1/27*(9*b^8*x^24 + 36*a*b^7*x^21 + 84*a^2*b^6*x^18 + 126*a^3*b^5*x^15 + 126*a^4*b^4*x^12 + 84*a^5*b^3*x^9 + 3
6*a^6*b^2*x^6 + 9*a^7*b*x^3 + a^8)/x^27